Description
Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.
Operation id | Audit.LogEvent |
Aliases | Audit.Log
|
Category | Services |
Label | Log Event In Audit |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Audit.LogEvent",
"aliases" : [ "Audit.Log" ],
"label" : "Log Event In Audit",
"category" : "Services",
"requires" : null,
"description" : "Log events into audit for each of the input document. The operation accept as input one ore more documents that are returned back as the output.",
"url" : "Audit.LogEvent",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "event",
"description" : null,
"type" : "string",
"required" : true,
"widget" : "AuditEvent",
"order" : 0,
"values" : [ ]
}, {
"name" : "category",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "Automation" ]
}, {
"name" : "comment",
"description" : null,
"type" : "string",
"required" : false,
"widget" : "TextArea",
"order" : 0,
"values" : [ ]
} ]
}